home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / HippoDraw / hippo / CHANGES < prev    next >
Encoding:
Text File  |  1992-04-28  |  1.3 KB  |  30 lines

  1. Copyright (C)  1992  The Board of Trustees of The Leland Stanford
  2. Junior University.  All Rights Reserved.
  3.  
  4.  
  5. Hippoplotamus Version 1.1
  6. =========================
  7.  
  8. * New scheme of library names; e.g. libhippoNext.a is built using the NeXT
  9.   plot driver, libhippoX11.debug.a with the X11 driver, etc.
  10. * Add X11 plot driver. Driver name is X11PLOT. 
  11. * Change Interviews driver name to XIVPLOT.
  12. * added PostScript plot driver. Name of driver is PSPLOT. Postscript is
  13.   sent to stream specified in call to h_setPlotDrvr.
  14. * bins.totals changed to float array. Now keeps sum of weights in/outside
  15.   histogram region.
  16. * add linestyle parameter to h_addPlotFunc
  17. * Add GLOB_QUAL to global variables. On VMS, this is defined as "noshare",
  18.   allowing one to build a sharable image.
  19. * added routine h_autoScale to perform autoscaling without plotting
  20. * added routine h_getTotal to look at bins.totals 
  21. * added routines h_endPage and h_endDrvr for use by PS driver.
  22. * improve scaling of text in plot.
  23. * bug fix of not checking scaling of log axes.
  24. * add pointer casts in hippoxdr.c (complaints from new SGI compiler).
  25. * add %dx,%dy (for bin widths), %ex,%ey (for error bindings) as field in
  26.   labels.
  27. * fix problem of not copying cuts and plot functions in h_copyDisp
  28. * use macro Concat3 in hippoplot.c; should remove problem on VMS
  29.  
  30.